home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / ASSEMBLER / AS / AS.REA < prev   
Text File  |  1992-08-09  |  3KB  |  75 lines

  1.  
  2. Intoduction
  3. ===========
  4.  
  5. !AS is a simple assembler. It is designed to be used with the desktop
  6. development environment supplied with Desktop C, as Desktop C doesn't
  7. include an assembler. This assembler was at the beginning a backend to
  8. another compiler and does therefore not contain all the glorious commands in
  9. Acorn's assembler. The most obvious omissions are macros and debug
  10. informations. I have included the source in the distribution to compensate
  11. this: If you want it, add it. 
  12.  
  13. !AS generates aof files, that contain type-2 relocations, so some old
  14. linkers might not be able to link them. There should not be any problem if
  15. the linker can handle aof files of version 1.50 or later.
  16.  
  17. --------- Conditions
  18.  
  19.     Copyright (C) 1992 Niklas Rojemo
  20.     Release version: 1.00 (920721)
  21.  
  22.     Note that although this software is supplied free of charge, copyright
  23.     applies to it. All rights are reserved, except for the following:
  24.  
  25.     This software may be copied and distributed without restriction so long
  26.     as the following conditions are met:
  27.       a) The copyright messages and these conditions are distributed intact
  28.          in all such copies
  29.       b) Only original, unaltered copies of this software are to be
  30.          distributed.  If you want to redistribute a changed version then
  31.          send the alternations to the copyright holder (see below) and ask
  32.          for permission.
  33.       c) No charge is taken for such distribution
  34.          NOTE "no CHARGE", if you want to include it in a
  35.          public/share/whatever library then you can not charge anything for
  36.          a disc which contains this software. It is explicitly forbidden to
  37.          use this software as a value added benefit to any other product for
  38.          which a charge is taken.
  39.  
  40.  
  41.  You are not required to accept this license, since you have not signed it.
  42. However, nothing else grants you permission to modify or distribute the
  43. program or its derivative works.  These actions are prohibited by law if you
  44. do not accept this license.  Therefore, by modifying or distributing the
  45. program (or any work based on the program), you indicate your acceptance of
  46. this license to do so, and all its terms and conditions for copying,
  47. distributing or modifying the program or works based on it.
  48.  
  49.  If you wish to incorporate parts of the program into other free programs
  50. whose distribution conditions are different, write to the copyright holder
  51. to ask for permission.
  52.  
  53. A note to public/share/whatever libraries:
  54.  If you want to redistribute this program then ask the copyright holder, who
  55. MAY give permission.
  56.  
  57.  
  58.     ***********************************************************************
  59.     * This program is distributed in the hope that it will be useful,     *
  60.     * but WITHOUT ANY WARRANTY; without even the implied warranty of      *
  61.     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                *
  62.     * Bug reports, fixes, or any extra code may be sent to the copyright  *
  63.     * holder, who may or may not act on them as he deems fit.             *
  64.     ***********************************************************************
  65.  
  66.     Copyright holder: Niklas Rojemo
  67.  
  68.             email:  rojemo@cs.chalmers.se
  69.  
  70.             smail:  Niklas Rojemo
  71.                     Traringen 71
  72.                     S-416 79 GOTEBORG
  73.                     SWEDEN
  74.  
  75.